Skip to content

fix: replace deprecated set-output with GITHUB_OUTPUT env file#54

Merged
BenjaminMichaelis merged 1 commit into
mainfrom
copilot/fix-set-output-deprecation
May 19, 2026
Merged

fix: replace deprecated set-output with GITHUB_OUTPUT env file#54
BenjaminMichaelis merged 1 commit into
mainfrom
copilot/fix-set-output-deprecation

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 18, 2026

Replaces the deprecated ::set-output workflow command with the modern $GITHUB_OUTPUT environment file approach in the deploy.yml workflow.

The ::set-output command was deprecated in October 2022 and will eventually be disabled. This change updates the single usage in the "Push NuGet" step to use echo "TAG_VERSION=$tagVersion" >> $env:GITHUB_OUTPUT instead.

Agent-Logs-Url: https://github.com/BenjaminMichaelis/TrxLib/sessions/9d104c72-63f8-4012-8453-adb89048b80e

Co-authored-by: BenjaminMichaelis <22186029+BenjaminMichaelis@users.noreply.github.com>
Copilot AI requested a review from BenjaminMichaelis May 18, 2026 23:36
@BenjaminMichaelis BenjaminMichaelis marked this pull request as ready for review May 19, 2026 01:17
Copilot AI review requested due to automatic review settings May 19, 2026 01:17
@BenjaminMichaelis BenjaminMichaelis merged commit b9235df into main May 19, 2026
6 checks passed
@BenjaminMichaelis BenjaminMichaelis deleted the copilot/fix-set-output-deprecation branch May 19, 2026 01:18
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Replaces the deprecated ::set-output workflow command with the modern $GITHUB_OUTPUT environment file approach in deploy.yml.

Changes:

  • Updates the "Push NuGet" step to write TAG_VERSION to $env:GITHUB_OUTPUT using PowerShell syntax.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants